home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-12-18 | 839 b | 42 lines |
- # Manual page installation (section 3)
- #
- ############################################################
- #
- # @(#) $Header: /xtel/pp/pp-beta/man/man3/RCS/Makefile,v 6.0 1991/12/18 20:43:58 jpo Rel $
- #
- # $Log: Makefile,v $
- # Revision 6.0 1991/12/18 20:43:58 jpo
- # Release 6.0
- #
- #
- ############################################################
- #
- # Definitions
- #
- ############################################################
-
-
-
- MANUALS = or.3
-
- ############################################################
- #
- # Building Rules
- #
- ############################################################
-
- default:;
-
- install:; MANDIR=$(MANDIR) ../inst-man.sh $(MANOPTS) $(MANUALS)
-
- clean:;
- tidy:;
- lint:;
- depend:;
-
- ############################################################
- #
- # End of Building Rules
- #
- ############################################################
-